3.5.52 \(\int (a+b \log (c (d+e \sqrt [3]{x})^n))^2 \, dx\) [452]

Optimal. Leaf size=267 \[ -\frac {3 b^2 d n^2 \left (d+e \sqrt [3]{x}\right )^2}{2 e^3}+\frac {2 b^2 n^2 \left (d+e \sqrt [3]{x}\right )^3}{9 e^3}+\frac {6 b^2 d^2 n^2 \sqrt [3]{x}}{e^2}-\frac {b^2 d^3 n^2 \log ^2\left (d+e \sqrt [3]{x}\right )}{e^3}-\frac {6 b d^2 n \left (d+e \sqrt [3]{x}\right ) \left (a+b \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )\right )}{e^3}+\frac {3 b d n \left (d+e \sqrt [3]{x}\right )^2 \left (a+b \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )\right )}{e^3}-\frac {2 b n \left (d+e \sqrt [3]{x}\right )^3 \left (a+b \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )\right )}{3 e^3}+\frac {2 b d^3 n \log \left (d+e \sqrt [3]{x}\right ) \left (a+b \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )\right )}{e^3}+x \left (a+b \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )\right )^2 \]

[Out]

-3/2*b^2*d*n^2*(d+e*x^(1/3))^2/e^3+2/9*b^2*n^2*(d+e*x^(1/3))^3/e^3+6*b^2*d^2*n^2*x^(1/3)/e^2-b^2*d^3*n^2*ln(d+
e*x^(1/3))^2/e^3-6*b*d^2*n*(d+e*x^(1/3))*(a+b*ln(c*(d+e*x^(1/3))^n))/e^3+3*b*d*n*(d+e*x^(1/3))^2*(a+b*ln(c*(d+
e*x^(1/3))^n))/e^3-2/3*b*n*(d+e*x^(1/3))^3*(a+b*ln(c*(d+e*x^(1/3))^n))/e^3+2*b*d^3*n*ln(d+e*x^(1/3))*(a+b*ln(c
*(d+e*x^(1/3))^n))/e^3+x*(a+b*ln(c*(d+e*x^(1/3))^n))^2

________________________________________________________________________________________

Rubi [A]
time = 0.20, antiderivative size = 267, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 8, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.400, Rules used = {2501, 2445, 2458, 45, 2372, 12, 14, 2338} \begin {gather*} \frac {2 b d^3 n \log \left (d+e \sqrt [3]{x}\right ) \left (a+b \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )\right )}{e^3}-\frac {6 b d^2 n \left (d+e \sqrt [3]{x}\right ) \left (a+b \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )\right )}{e^3}+\frac {3 b d n \left (d+e \sqrt [3]{x}\right )^2 \left (a+b \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )\right )}{e^3}-\frac {2 b n \left (d+e \sqrt [3]{x}\right )^3 \left (a+b \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )\right )}{3 e^3}+x \left (a+b \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )\right )^2-\frac {b^2 d^3 n^2 \log ^2\left (d+e \sqrt [3]{x}\right )}{e^3}+\frac {6 b^2 d^2 n^2 \sqrt [3]{x}}{e^2}-\frac {3 b^2 d n^2 \left (d+e \sqrt [3]{x}\right )^2}{2 e^3}+\frac {2 b^2 n^2 \left (d+e \sqrt [3]{x}\right )^3}{9 e^3} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*Log[c*(d + e*x^(1/3))^n])^2,x]

[Out]

(-3*b^2*d*n^2*(d + e*x^(1/3))^2)/(2*e^3) + (2*b^2*n^2*(d + e*x^(1/3))^3)/(9*e^3) + (6*b^2*d^2*n^2*x^(1/3))/e^2
 - (b^2*d^3*n^2*Log[d + e*x^(1/3)]^2)/e^3 - (6*b*d^2*n*(d + e*x^(1/3))*(a + b*Log[c*(d + e*x^(1/3))^n]))/e^3 +
 (3*b*d*n*(d + e*x^(1/3))^2*(a + b*Log[c*(d + e*x^(1/3))^n]))/e^3 - (2*b*n*(d + e*x^(1/3))^3*(a + b*Log[c*(d +
 e*x^(1/3))^n]))/(3*e^3) + (2*b*d^3*n*Log[d + e*x^(1/3)]*(a + b*Log[c*(d + e*x^(1/3))^n]))/e^3 + x*(a + b*Log[
c*(d + e*x^(1/3))^n])^2

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 14

Int[(u_)*((c_.)*(x_))^(m_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*u, x], x] /; FreeQ[{c, m}, x] && SumQ[u]
 &&  !LinearQ[u, x] &&  !MatchQ[u, (a_) + (b_.)*(v_) /; FreeQ[{a, b}, x] && InverseFunctionQ[v]]

Rule 45

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 2338

Int[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))/(x_), x_Symbol] :> Simp[(a + b*Log[c*x^n])^2/(2*b*n), x] /; FreeQ[{a
, b, c, n}, x]

Rule 2372

Int[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))*(x_)^(m_.)*((d_) + (e_.)*(x_)^(r_.))^(q_.), x_Symbol] :> With[{u = I
ntHide[x^m*(d + e*x^r)^q, x]}, Dist[a + b*Log[c*x^n], u, x] - Dist[b*n, Int[SimplifyIntegrand[u/x, x], x], x]]
 /; FreeQ[{a, b, c, d, e, n, r}, x] && IGtQ[q, 0] && IntegerQ[m] &&  !(EqQ[q, 1] && EqQ[m, -1])

Rule 2445

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))^(n_.)]*(b_.))^(p_)*((f_.) + (g_.)*(x_))^(q_.), x_Symbol] :> Simp[(f
 + g*x)^(q + 1)*((a + b*Log[c*(d + e*x)^n])^p/(g*(q + 1))), x] - Dist[b*e*n*(p/(g*(q + 1))), Int[(f + g*x)^(q
+ 1)*((a + b*Log[c*(d + e*x)^n])^(p - 1)/(d + e*x)), x], x] /; FreeQ[{a, b, c, d, e, f, g, n, q}, x] && NeQ[e*
f - d*g, 0] && GtQ[p, 0] && NeQ[q, -1] && IntegersQ[2*p, 2*q] && ( !IGtQ[q, 0] || (EqQ[p, 2] && NeQ[q, 1]))

Rule 2458

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))^(n_.)]*(b_.))^(p_.)*((f_.) + (g_.)*(x_))^(q_.)*((h_.) + (i_.)*(x_))
^(r_.), x_Symbol] :> Dist[1/e, Subst[Int[(g*(x/e))^q*((e*h - d*i)/e + i*(x/e))^r*(a + b*Log[c*x^n])^p, x], x,
d + e*x], x] /; FreeQ[{a, b, c, d, e, f, g, h, i, n, p, q, r}, x] && EqQ[e*f - d*g, 0] && (IGtQ[p, 0] || IGtQ[
r, 0]) && IntegerQ[2*r]

Rule 2501

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_)^(n_))^(p_.)]*(b_.))^(q_), x_Symbol] :> With[{k = Denominator[n]}, Di
st[k, Subst[Int[x^(k - 1)*(a + b*Log[c*(d + e*x^(k*n))^p])^q, x], x, x^(1/k)], x]] /; FreeQ[{a, b, c, d, e, p,
 q}, x] && FractionQ[n]

Rubi steps

\begin {align*} \int \left (a+b \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )\right )^2 \, dx &=3 \text {Subst}\left (\int x^2 \left (a+b \log \left (c (d+e x)^n\right )\right )^2 \, dx,x,\sqrt [3]{x}\right )\\ &=x \left (a+b \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )\right )^2-(2 b e n) \text {Subst}\left (\int \frac {x^3 \left (a+b \log \left (c (d+e x)^n\right )\right )}{d+e x} \, dx,x,\sqrt [3]{x}\right )\\ &=x \left (a+b \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )\right )^2-(2 b n) \text {Subst}\left (\int \frac {\left (-\frac {d}{e}+\frac {x}{e}\right )^3 \left (a+b \log \left (c x^n\right )\right )}{x} \, dx,x,d+e \sqrt [3]{x}\right )\\ &=-\frac {1}{3} b n \left (\frac {18 d^2 \left (d+e \sqrt [3]{x}\right )}{e^3}-\frac {9 d \left (d+e \sqrt [3]{x}\right )^2}{e^3}+\frac {2 \left (d+e \sqrt [3]{x}\right )^3}{e^3}-\frac {6 d^3 \log \left (d+e \sqrt [3]{x}\right )}{e^3}\right ) \left (a+b \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )\right )+x \left (a+b \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )\right )^2+\left (2 b^2 n^2\right ) \text {Subst}\left (\int \frac {18 d^2 x-9 d x^2+2 x^3-6 d^3 \log (x)}{6 e^3 x} \, dx,x,d+e \sqrt [3]{x}\right )\\ &=-\frac {1}{3} b n \left (\frac {18 d^2 \left (d+e \sqrt [3]{x}\right )}{e^3}-\frac {9 d \left (d+e \sqrt [3]{x}\right )^2}{e^3}+\frac {2 \left (d+e \sqrt [3]{x}\right )^3}{e^3}-\frac {6 d^3 \log \left (d+e \sqrt [3]{x}\right )}{e^3}\right ) \left (a+b \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )\right )+x \left (a+b \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )\right )^2+\frac {\left (b^2 n^2\right ) \text {Subst}\left (\int \frac {18 d^2 x-9 d x^2+2 x^3-6 d^3 \log (x)}{x} \, dx,x,d+e \sqrt [3]{x}\right )}{3 e^3}\\ &=-\frac {1}{3} b n \left (\frac {18 d^2 \left (d+e \sqrt [3]{x}\right )}{e^3}-\frac {9 d \left (d+e \sqrt [3]{x}\right )^2}{e^3}+\frac {2 \left (d+e \sqrt [3]{x}\right )^3}{e^3}-\frac {6 d^3 \log \left (d+e \sqrt [3]{x}\right )}{e^3}\right ) \left (a+b \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )\right )+x \left (a+b \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )\right )^2+\frac {\left (b^2 n^2\right ) \text {Subst}\left (\int \left (18 d^2-9 d x+2 x^2-\frac {6 d^3 \log (x)}{x}\right ) \, dx,x,d+e \sqrt [3]{x}\right )}{3 e^3}\\ &=-\frac {3 b^2 d n^2 \left (d+e \sqrt [3]{x}\right )^2}{2 e^3}+\frac {2 b^2 n^2 \left (d+e \sqrt [3]{x}\right )^3}{9 e^3}+\frac {6 b^2 d^2 n^2 \sqrt [3]{x}}{e^2}-\frac {1}{3} b n \left (\frac {18 d^2 \left (d+e \sqrt [3]{x}\right )}{e^3}-\frac {9 d \left (d+e \sqrt [3]{x}\right )^2}{e^3}+\frac {2 \left (d+e \sqrt [3]{x}\right )^3}{e^3}-\frac {6 d^3 \log \left (d+e \sqrt [3]{x}\right )}{e^3}\right ) \left (a+b \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )\right )+x \left (a+b \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )\right )^2-\frac {\left (2 b^2 d^3 n^2\right ) \text {Subst}\left (\int \frac {\log (x)}{x} \, dx,x,d+e \sqrt [3]{x}\right )}{e^3}\\ &=-\frac {3 b^2 d n^2 \left (d+e \sqrt [3]{x}\right )^2}{2 e^3}+\frac {2 b^2 n^2 \left (d+e \sqrt [3]{x}\right )^3}{9 e^3}+\frac {6 b^2 d^2 n^2 \sqrt [3]{x}}{e^2}-\frac {b^2 d^3 n^2 \log ^2\left (d+e \sqrt [3]{x}\right )}{e^3}-\frac {1}{3} b n \left (\frac {18 d^2 \left (d+e \sqrt [3]{x}\right )}{e^3}-\frac {9 d \left (d+e \sqrt [3]{x}\right )^2}{e^3}+\frac {2 \left (d+e \sqrt [3]{x}\right )^3}{e^3}-\frac {6 d^3 \log \left (d+e \sqrt [3]{x}\right )}{e^3}\right ) \left (a+b \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )\right )+x \left (a+b \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )\right )^2\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.10, size = 249, normalized size = 0.93 \begin {gather*} \frac {-36 a b d^2 e n \sqrt [3]{x}+66 b^2 d^2 e n^2 \sqrt [3]{x}+18 a b d e^2 n x^{2/3}-15 b^2 d e^2 n^2 x^{2/3}+18 a^2 e^3 x-12 a b e^3 n x+4 b^2 e^3 n^2 x-18 b^2 d^3 n^2 \log ^2\left (d+e \sqrt [3]{x}\right )-6 b \left (-6 a e^3 x+b \left (6 d^2 e n \sqrt [3]{x}-3 d e^2 n x^{2/3}+2 e^3 n x\right )\right ) \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )+18 b^2 e^3 x \log ^2\left (c \left (d+e \sqrt [3]{x}\right )^n\right )+6 b d^3 n \log \left (d+e \sqrt [3]{x}\right ) \left (6 a-11 b n+6 b \log \left (c \left (d+e \sqrt [3]{x}\right )^n\right )\right )}{18 e^3} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*Log[c*(d + e*x^(1/3))^n])^2,x]

[Out]

(-36*a*b*d^2*e*n*x^(1/3) + 66*b^2*d^2*e*n^2*x^(1/3) + 18*a*b*d*e^2*n*x^(2/3) - 15*b^2*d*e^2*n^2*x^(2/3) + 18*a
^2*e^3*x - 12*a*b*e^3*n*x + 4*b^2*e^3*n^2*x - 18*b^2*d^3*n^2*Log[d + e*x^(1/3)]^2 - 6*b*(-6*a*e^3*x + b*(6*d^2
*e*n*x^(1/3) - 3*d*e^2*n*x^(2/3) + 2*e^3*n*x))*Log[c*(d + e*x^(1/3))^n] + 18*b^2*e^3*x*Log[c*(d + e*x^(1/3))^n
]^2 + 6*b*d^3*n*Log[d + e*x^(1/3)]*(6*a - 11*b*n + 6*b*Log[c*(d + e*x^(1/3))^n]))/(18*e^3)

________________________________________________________________________________________

Maple [F]
time = 0.01, size = 0, normalized size = 0.00 \[\int \left (a +b \ln \left (c \left (d +e \,x^{\frac {1}{3}}\right )^{n}\right )\right )^{2}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*ln(c*(d+e*x^(1/3))^n))^2,x)

[Out]

int((a+b*ln(c*(d+e*x^(1/3))^n))^2,x)

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 217, normalized size = 0.81 \begin {gather*} \frac {1}{3} \, {\left ({\left (6 \, d^{3} e^{\left (-4\right )} \log \left (x^{\frac {1}{3}} e + d\right ) + {\left (3 \, d x^{\frac {2}{3}} e - 6 \, d^{2} x^{\frac {1}{3}} - 2 \, x e^{2}\right )} e^{\left (-3\right )}\right )} n e + 6 \, x \log \left ({\left (x^{\frac {1}{3}} e + d\right )}^{n} c\right )\right )} a b - \frac {1}{18} \, {\left ({\left (18 \, d^{3} \log \left (x^{\frac {1}{3}} e + d\right )^{2} + 66 \, d^{3} \log \left (x^{\frac {1}{3}} e + d\right ) - 66 \, d^{2} x^{\frac {1}{3}} e + 15 \, d x^{\frac {2}{3}} e^{2} - 4 \, x e^{3}\right )} n^{2} e^{\left (-3\right )} - 6 \, {\left (6 \, d^{3} e^{\left (-4\right )} \log \left (x^{\frac {1}{3}} e + d\right ) + {\left (3 \, d x^{\frac {2}{3}} e - 6 \, d^{2} x^{\frac {1}{3}} - 2 \, x e^{2}\right )} e^{\left (-3\right )}\right )} n e \log \left ({\left (x^{\frac {1}{3}} e + d\right )}^{n} c\right ) - 18 \, x \log \left ({\left (x^{\frac {1}{3}} e + d\right )}^{n} c\right )^{2}\right )} b^{2} + a^{2} x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(d+e*x^(1/3))^n))^2,x, algorithm="maxima")

[Out]

1/3*((6*d^3*e^(-4)*log(x^(1/3)*e + d) + (3*d*x^(2/3)*e - 6*d^2*x^(1/3) - 2*x*e^2)*e^(-3))*n*e + 6*x*log((x^(1/
3)*e + d)^n*c))*a*b - 1/18*((18*d^3*log(x^(1/3)*e + d)^2 + 66*d^3*log(x^(1/3)*e + d) - 66*d^2*x^(1/3)*e + 15*d
*x^(2/3)*e^2 - 4*x*e^3)*n^2*e^(-3) - 6*(6*d^3*e^(-4)*log(x^(1/3)*e + d) + (3*d*x^(2/3)*e - 6*d^2*x^(1/3) - 2*x
*e^2)*e^(-3))*n*e*log((x^(1/3)*e + d)^n*c) - 18*x*log((x^(1/3)*e + d)^n*c)^2)*b^2 + a^2*x

________________________________________________________________________________________

Fricas [A]
time = 0.37, size = 272, normalized size = 1.02 \begin {gather*} \frac {1}{18} \, {\left (18 \, b^{2} x e^{3} \log \left (c\right )^{2} - 12 \, {\left (b^{2} n - 3 \, a b\right )} x e^{3} \log \left (c\right ) + 2 \, {\left (2 \, b^{2} n^{2} - 6 \, a b n + 9 \, a^{2}\right )} x e^{3} + 18 \, {\left (b^{2} d^{3} n^{2} + b^{2} n^{2} x e^{3}\right )} \log \left (x^{\frac {1}{3}} e + d\right )^{2} - 6 \, {\left (6 \, b^{2} d^{2} n^{2} x^{\frac {1}{3}} e + 11 \, b^{2} d^{3} n^{2} - 3 \, b^{2} d n^{2} x^{\frac {2}{3}} e^{2} - 6 \, a b d^{3} n + 2 \, {\left (b^{2} n^{2} - 3 \, a b n\right )} x e^{3} - 6 \, {\left (b^{2} d^{3} n + b^{2} n x e^{3}\right )} \log \left (c\right )\right )} \log \left (x^{\frac {1}{3}} e + d\right ) + 3 \, {\left (6 \, b^{2} d n e^{2} \log \left (c\right ) - {\left (5 \, b^{2} d n^{2} - 6 \, a b d n\right )} e^{2}\right )} x^{\frac {2}{3}} - 6 \, {\left (6 \, b^{2} d^{2} n e \log \left (c\right ) - {\left (11 \, b^{2} d^{2} n^{2} - 6 \, a b d^{2} n\right )} e\right )} x^{\frac {1}{3}}\right )} e^{\left (-3\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(d+e*x^(1/3))^n))^2,x, algorithm="fricas")

[Out]

1/18*(18*b^2*x*e^3*log(c)^2 - 12*(b^2*n - 3*a*b)*x*e^3*log(c) + 2*(2*b^2*n^2 - 6*a*b*n + 9*a^2)*x*e^3 + 18*(b^
2*d^3*n^2 + b^2*n^2*x*e^3)*log(x^(1/3)*e + d)^2 - 6*(6*b^2*d^2*n^2*x^(1/3)*e + 11*b^2*d^3*n^2 - 3*b^2*d*n^2*x^
(2/3)*e^2 - 6*a*b*d^3*n + 2*(b^2*n^2 - 3*a*b*n)*x*e^3 - 6*(b^2*d^3*n + b^2*n*x*e^3)*log(c))*log(x^(1/3)*e + d)
 + 3*(6*b^2*d*n*e^2*log(c) - (5*b^2*d*n^2 - 6*a*b*d*n)*e^2)*x^(2/3) - 6*(6*b^2*d^2*n*e*log(c) - (11*b^2*d^2*n^
2 - 6*a*b*d^2*n)*e)*x^(1/3))*e^(-3)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \left (a + b \log {\left (c \left (d + e \sqrt [3]{x}\right )^{n} \right )}\right )^{2}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*ln(c*(d+e*x**(1/3))**n))**2,x)

[Out]

Integral((a + b*log(c*(d + e*x**(1/3))**n))**2, x)

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 479 vs. \(2 (239) = 478\).
time = 4.15, size = 479, normalized size = 1.79 \begin {gather*} \frac {1}{18} \, {\left (18 \, b^{2} x e \log \left (c\right )^{2} + {\left (18 \, {\left (x^{\frac {1}{3}} e + d\right )}^{3} e^{\left (-2\right )} \log \left (x^{\frac {1}{3}} e + d\right )^{2} - 54 \, {\left (x^{\frac {1}{3}} e + d\right )}^{2} d e^{\left (-2\right )} \log \left (x^{\frac {1}{3}} e + d\right )^{2} + 54 \, {\left (x^{\frac {1}{3}} e + d\right )} d^{2} e^{\left (-2\right )} \log \left (x^{\frac {1}{3}} e + d\right )^{2} - 12 \, {\left (x^{\frac {1}{3}} e + d\right )}^{3} e^{\left (-2\right )} \log \left (x^{\frac {1}{3}} e + d\right ) + 54 \, {\left (x^{\frac {1}{3}} e + d\right )}^{2} d e^{\left (-2\right )} \log \left (x^{\frac {1}{3}} e + d\right ) - 108 \, {\left (x^{\frac {1}{3}} e + d\right )} d^{2} e^{\left (-2\right )} \log \left (x^{\frac {1}{3}} e + d\right ) + 4 \, {\left (x^{\frac {1}{3}} e + d\right )}^{3} e^{\left (-2\right )} - 27 \, {\left (x^{\frac {1}{3}} e + d\right )}^{2} d e^{\left (-2\right )} + 108 \, {\left (x^{\frac {1}{3}} e + d\right )} d^{2} e^{\left (-2\right )}\right )} b^{2} n^{2} + 6 \, {\left (6 \, {\left (x^{\frac {1}{3}} e + d\right )}^{3} e^{\left (-2\right )} \log \left (x^{\frac {1}{3}} e + d\right ) - 18 \, {\left (x^{\frac {1}{3}} e + d\right )}^{2} d e^{\left (-2\right )} \log \left (x^{\frac {1}{3}} e + d\right ) + 18 \, {\left (x^{\frac {1}{3}} e + d\right )} d^{2} e^{\left (-2\right )} \log \left (x^{\frac {1}{3}} e + d\right ) - 2 \, {\left (x^{\frac {1}{3}} e + d\right )}^{3} e^{\left (-2\right )} + 9 \, {\left (x^{\frac {1}{3}} e + d\right )}^{2} d e^{\left (-2\right )} - 18 \, {\left (x^{\frac {1}{3}} e + d\right )} d^{2} e^{\left (-2\right )}\right )} b^{2} n \log \left (c\right ) + 36 \, a b x e \log \left (c\right ) + 6 \, {\left (6 \, {\left (x^{\frac {1}{3}} e + d\right )}^{3} e^{\left (-2\right )} \log \left (x^{\frac {1}{3}} e + d\right ) - 18 \, {\left (x^{\frac {1}{3}} e + d\right )}^{2} d e^{\left (-2\right )} \log \left (x^{\frac {1}{3}} e + d\right ) + 18 \, {\left (x^{\frac {1}{3}} e + d\right )} d^{2} e^{\left (-2\right )} \log \left (x^{\frac {1}{3}} e + d\right ) - 2 \, {\left (x^{\frac {1}{3}} e + d\right )}^{3} e^{\left (-2\right )} + 9 \, {\left (x^{\frac {1}{3}} e + d\right )}^{2} d e^{\left (-2\right )} - 18 \, {\left (x^{\frac {1}{3}} e + d\right )} d^{2} e^{\left (-2\right )}\right )} a b n + 18 \, a^{2} x e\right )} e^{\left (-1\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(d+e*x^(1/3))^n))^2,x, algorithm="giac")

[Out]

1/18*(18*b^2*x*e*log(c)^2 + (18*(x^(1/3)*e + d)^3*e^(-2)*log(x^(1/3)*e + d)^2 - 54*(x^(1/3)*e + d)^2*d*e^(-2)*
log(x^(1/3)*e + d)^2 + 54*(x^(1/3)*e + d)*d^2*e^(-2)*log(x^(1/3)*e + d)^2 - 12*(x^(1/3)*e + d)^3*e^(-2)*log(x^
(1/3)*e + d) + 54*(x^(1/3)*e + d)^2*d*e^(-2)*log(x^(1/3)*e + d) - 108*(x^(1/3)*e + d)*d^2*e^(-2)*log(x^(1/3)*e
 + d) + 4*(x^(1/3)*e + d)^3*e^(-2) - 27*(x^(1/3)*e + d)^2*d*e^(-2) + 108*(x^(1/3)*e + d)*d^2*e^(-2))*b^2*n^2 +
 6*(6*(x^(1/3)*e + d)^3*e^(-2)*log(x^(1/3)*e + d) - 18*(x^(1/3)*e + d)^2*d*e^(-2)*log(x^(1/3)*e + d) + 18*(x^(
1/3)*e + d)*d^2*e^(-2)*log(x^(1/3)*e + d) - 2*(x^(1/3)*e + d)^3*e^(-2) + 9*(x^(1/3)*e + d)^2*d*e^(-2) - 18*(x^
(1/3)*e + d)*d^2*e^(-2))*b^2*n*log(c) + 36*a*b*x*e*log(c) + 6*(6*(x^(1/3)*e + d)^3*e^(-2)*log(x^(1/3)*e + d) -
 18*(x^(1/3)*e + d)^2*d*e^(-2)*log(x^(1/3)*e + d) + 18*(x^(1/3)*e + d)*d^2*e^(-2)*log(x^(1/3)*e + d) - 2*(x^(1
/3)*e + d)^3*e^(-2) + 9*(x^(1/3)*e + d)^2*d*e^(-2) - 18*(x^(1/3)*e + d)*d^2*e^(-2))*a*b*n + 18*a^2*x*e)*e^(-1)

________________________________________________________________________________________

Mupad [B]
time = 0.51, size = 290, normalized size = 1.09 \begin {gather*} \ln \left (c\,{\left (d+e\,x^{1/3}\right )}^n\right )\,\left (\frac {2\,b\,x\,\left (3\,a-b\,n\right )}{3}-x^{2/3}\,\left (\frac {b\,d\,\left (3\,a-b\,n\right )}{e}-\frac {3\,a\,b\,d}{e}\right )+\frac {d\,x^{1/3}\,\left (\frac {2\,b\,d\,\left (3\,a-b\,n\right )}{e}-\frac {6\,a\,b\,d}{e}\right )}{e}\right )-x^{2/3}\,\left (\frac {d\,\left (3\,a^2-2\,a\,b\,n+\frac {2\,b^2\,n^2}{3}\right )}{2\,e}-\frac {d\,\left (3\,a^2-b^2\,n^2\right )}{2\,e}\right )+x^{1/3}\,\left (\frac {d\,\left (\frac {d\,\left (3\,a^2-2\,a\,b\,n+\frac {2\,b^2\,n^2}{3}\right )}{e}-\frac {d\,\left (3\,a^2-b^2\,n^2\right )}{e}\right )}{e}+\frac {2\,b^2\,d^2\,n^2}{e^2}\right )+x\,\left (a^2-\frac {2\,a\,b\,n}{3}+\frac {2\,b^2\,n^2}{9}\right )+{\ln \left (c\,{\left (d+e\,x^{1/3}\right )}^n\right )}^2\,\left (b^2\,x+\frac {b^2\,d^3}{e^3}\right )-\frac {\ln \left (d+e\,x^{1/3}\right )\,\left (11\,b^2\,d^3\,n^2-6\,a\,b\,d^3\,n\right )}{3\,e^3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*log(c*(d + e*x^(1/3))^n))^2,x)

[Out]

log(c*(d + e*x^(1/3))^n)*((2*b*x*(3*a - b*n))/3 - x^(2/3)*((b*d*(3*a - b*n))/e - (3*a*b*d)/e) + (d*x^(1/3)*((2
*b*d*(3*a - b*n))/e - (6*a*b*d)/e))/e) - x^(2/3)*((d*(3*a^2 + (2*b^2*n^2)/3 - 2*a*b*n))/(2*e) - (d*(3*a^2 - b^
2*n^2))/(2*e)) + x^(1/3)*((d*((d*(3*a^2 + (2*b^2*n^2)/3 - 2*a*b*n))/e - (d*(3*a^2 - b^2*n^2))/e))/e + (2*b^2*d
^2*n^2)/e^2) + x*(a^2 + (2*b^2*n^2)/9 - (2*a*b*n)/3) + log(c*(d + e*x^(1/3))^n)^2*(b^2*x + (b^2*d^3)/e^3) - (l
og(d + e*x^(1/3))*(11*b^2*d^3*n^2 - 6*a*b*d^3*n))/(3*e^3)

________________________________________________________________________________________